projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca1e98a
)
GtkPlacesSidebar: Only add shortcut if query succeeds
author
Ross Lagerwall
<rosslagerwall@gmail.com>
Thu, 11 Sep 2014 22:23:55 +0000
(23:23 +0100)
committer
Ross Lagerwall
<rosslagerwall@gmail.com>
Fri, 12 Sep 2014 07:08:09 +0000
(08:08 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=736512
gtk/gtkplacessidebar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkplacessidebar.c
b/gtk/gtkplacessidebar.c
index 70bccaf7e670718a6f5a3ea7dcd1a9ae55f06731..3b92ca1329e6c63de9a64c687778515e7fc693df 100644
(file)
--- a/
gtk/gtkplacessidebar.c
+++ b/
gtk/gtkplacessidebar.c
@@
-754,7
+754,7
@@
on_app_shortcuts_query_complete (GObject *source,
info = g_file_query_info_finish (file, result, NULL);
- if (info
== NULL
)
+ if (info)
{
gchar *uri;
gchar *tooltip;